home *** CD-ROM | disk | FTP | other *** search
/ Mars Digital Image Map / Mars Digital Image Map - Disc 5.iso / index / imgindex.lbl < prev    next >
Text File  |  1991-09-25  |  9KB  |  211 lines

  1. CCSD3ZF0000100000001NJPL3IF0PDS200000001 = SFDU_LABEL
  2. RECORD_TYPE                    = FIXED_LENGTH
  3. RECORD_BYTES                   = 512
  4. FILE_RECORDS                   = 3965
  5. ^TABLE                         = "IMGINDEX.TAB"
  6.  
  7. OBJECT                         = TABLE
  8.  INTERCHANGE_FORMAT            = ASCII
  9.  ROWS                          = 3965
  10.  COLUMNS                       = 16
  11.  ROW_BYTES                     = 512
  12.  DATA_SET_ID                   = "VO1/VO2-M-VIS-5-DIM-V1.0"
  13.  SPACECRAFT_NAME               = {VIKING_ORBITER_1,VIKING_ORBITER_2}
  14.  INSTRUMENT_NAME               = {VISUAL_IMAGING_SUBSYSTEM_CAMERA_A,
  15.       VISUAL_IMAGING_SUBSYSTEM_CAMERA_B}
  16.  NOTE                          = "Image Index Table containing 
  17.       Mars Digital Image Map information. The ODL object descriptions 
  18.       in this file describe the data fields in each row of the table.  
  19.       The table contains one row for each image file on this CD-ROM 
  20.       volume set.  The image index table is formatted so that it may be
  21.       read directly into many data management systems on various host 
  22.       computers.  All fields (columns) are separated by commas, and 
  23.       character fields are enclosed in double quotation marks.  Each 
  24.       record consists of 512 bytes, with a carriage return/line feed 
  25.       sequence in bytes 511 and 512.  This allows the table to be 
  26.       treated as a fixed length record file on hosts that support this 
  27.       file type and as a normal text file on other hosts."
  28.  
  29.  OBJECT                        = COLUMN
  30.   NAME                         = FILE_NAME
  31.   DATA_TYPE                    = CHARACTER
  32.   START_BYTE                   = 2
  33.   BYTES                        = 22
  34.   FORMAT                       = "A22"
  35.   DESCRIPTION                  = "The fully qualified CD-ROM file name
  36.       for the image file. The format of the directory name specification
  37.       is the VAX/VMS directory format, with brackets indicating the
  38.       directory hierarchy. Users on other systems will need to convert 
  39.       the directory names to the operating system formats."
  40.  END_OBJECT                    = COLUMN
  41.  
  42.   OBJECT                       = COLUMN
  43.    NAME                        = MAXIMUM_LATITUDE
  44.    DATA_TYPE                   = REAL
  45.    START_BYTE                  = 26
  46.    BYTES                       = 10
  47.    FORMAT                      = "F10.5"
  48.    DESCRIPTION                 = "Maximum latitude in the image array."
  49.   END_OBJECT                   = COLUMN
  50.  
  51.   OBJECT                       = COLUMN
  52.    NAME                        = MINIMUM_LATITUDE
  53.    DATA_TYPE                   = REAL
  54.    START_BYTE                  = 37
  55.    BYTES                       = 10
  56.    FORMAT                      = "F10.5"
  57.    DESCRIPTION                 = "Minimum latitude in the image array."
  58.   END_OBJECT                   = COLUMN
  59.  
  60.   OBJECT                       = COLUMN
  61.    NAME                        = MAXIMUM_LONGITUDE
  62.    DATA_TYPE                   = REAL
  63.    START_BYTE                  = 48
  64.    BYTES                       = 11
  65.    FORMAT                      = "F11.5"
  66.    DESCRIPTION                 = "Maximum longitude in the image array."
  67.   END_OBJECT                   = COLUMN
  68.  
  69.   OBJECT                       = COLUMN
  70.    NAME                        = MINIMUM_LONGITUDE
  71.    DATA_TYPE                   = REAL
  72.    START_BYTE                  = 60
  73.    BYTES                       = 11
  74.    FORMAT                      = "F11.5"
  75.    DESCRIPTION                 = "Minimum longitude in the image array."
  76.   END_OBJECT                   = COLUMN
  77.  
  78.   OBJECT                       = COLUMN
  79.    NAME                        = CENTER_LONGITUDE
  80.    DATA_TYPE                   = REAL
  81.    START_BYTE                  = 72
  82.    BYTES                       = 11
  83.    FORMAT                      = "F11.5"
  84.    DESCRIPTION                 = "Central Longitude value used of the
  85.     image file, used in the Sinusodial equal-area projection."
  86.   END_OBJECT                   = COLUMN
  87.  
  88.   OBJECT                       = COLUMN
  89.    NAME                        = LINES
  90.    DATA_TYPE                   = INTEGER
  91.    START_BYTE                  = 84
  92.    BYTES                       = 5
  93.    FORMAT                      = "I5"
  94.    DESCRIPTION                 = "Number of lines in the image array. 
  95.     This parameter specifies the number of elements of the slowest
  96.     varying dimension of the two dimensional image array."
  97.   END_OBJECT                   = COLUMN
  98.  
  99.   OBJECT                       = COLUMN
  100.    NAME                        = LINE_SAMPLES
  101.    DATA_TYPE                   = INTEGER
  102.    START_BYTE                  = 90
  103.    BYTES                       = 5
  104.    FORMAT                      = "I5"
  105.    DESCRIPTION                 = "Number of samples in the image array.
  106.     This parameter specifies the number of elements of the fastest
  107.     varying dimension of the two dimensional image array."
  108.   END_OBJECT                   = COLUMN
  109.  
  110.   OBJECT                       = COLUMN
  111.    NAME                        = MAP_RESOLUTION
  112.    DATA_TYPE                   = REAL
  113.    START_BYTE                  = 96
  114.    BYTES                       = 4
  115.    FORMAT                      = "F4.0"
  116.    DESCRIPTION                 = "Number of pixels per degree at the
  117.     equator."
  118.   END_OBJECT                   = COLUMN
  119.  
  120.   OBJECT                       = COLUMN
  121.    NAME                        = VOLUME_ID
  122.    DATA_TYPE                   = CHARACTER
  123.    ITEMS                       = 7
  124.    ITEM_OFFSET                 = 10
  125.    START_BYTE                  = 102
  126.    BYTES                       = 7
  127.    FORMAT                      = "A7"
  128.    DESCRIPTION                 = "List of CD-ROM volume numbers on 
  129.     which the image file is recorded (VO_2001, etc.). The volume
  130.     numbers are separated by commas in this field."
  131.   END_OBJECT                   = COLUMN
  132.  
  133.   OBJECT                       = COLUMN
  134.    NAME                        = X_AXIS_PROJECTION_OFFSET
  135.    DATA_TYPE                   = REAL
  136.    START_BYTE                  = 171
  137.    BYTES                       = 11
  138.    FORMAT                      = "F11.3"
  139.    DESCRIPTION                 = "Line position of line 1.0, sample
  140.     1.0  in the x,y coordinates relative to the origin of the map
  141.     projection."
  142.   END_OBJECT                   = COLUMN
  143.  
  144.   OBJECT                       = COLUMN
  145.    NAME                        = Y_AXIS_PROJECTION_OFFSET
  146.    DATA_TYPE                   = REAL
  147.    START_BYTE                  = 183
  148.    BYTES                       = 11
  149.    FORMAT                      = "F11.3"
  150.    DESCRIPTION                 = "Sample position of line 1.0, sample
  151.     1.0  in the x,y coordinates relative to the origin of the map
  152.     projection."
  153.   END_OBJECT                   = COLUMN
  154.  
  155.   OBJECT                       = COLUMN
  156.    NAME                        = NOTE
  157.    DATA_TYPE                   = CHARACTER
  158.    START_BYTE                  = 196
  159.    BYTES                       = 76
  160.    FORMAT                      = "A76"
  161.    DESCRIPTION                 = "Brief description of the image file.
  162.     This field indicates the number of degrees/pixel of the file and
  163.     specifies the center latitude and longitude coordinate of the
  164.     image file."
  165.   END_OBJECT                   = COLUMN
  166.  
  167.   OBJECT                       = COLUMN
  168.    NAME                        = IMAGE_ID
  169.    DATA_TYPE                   = CHARACTER
  170.    START_BYTE                  = 275
  171.    BYTES                       = 8
  172.    FORMAT                      = "A8"
  173.    DESCRIPTION                 = "The image identifier is a
  174.     six-character string to identify the image file. The first letter
  175.     specifies the data type (M=MDIM image, T=DTM image, S=Shaded Relief
  176.     image). The second letter specifies the resolution of the image
  177.     (A=1/1 deg/pixel, B=1/2, C=1/4, D=1/8, E=1/16, F=1/32, G=1/64,
  178.     H=1/128, I=1/256, etc.). Character positions three and four
  179.     specifies the center latitude of the image rounded down to the
  180.     nearest whole integer. Character position five specifies N for
  181.     north latitude and S for south latitude. Character positions six
  182.     through eight specifies the center longitude of the image rounded 
  183.     down to the nearest whole integer."
  184.   END_OBJECT                   = COLUMN
  185.  
  186.   OBJECT                       = COLUMN
  187.    NAME                        = MAP_SCALE
  188.    DATA_TYPE                   = REAL
  189.    START_BYTE                  = 285
  190.    BYTES                       = 11
  191.    FORMAT                      = "F11.6"
  192.    DESCRIPTION                 = "Number of kilometers per pixel at the 
  193.        equator "
  194.   END_OBJECT                   = COLUMN
  195.  
  196.   OBJECT                       = COLUMN
  197.    NAME                        = SOURCE_IMAGE_ID
  198.    DATA_TYPE                   = CHARACTER
  199.    ITEMS                       = 20
  200.    ITEM_OFFSET                 = 9
  201.    START_BYTE                  = 298
  202.    BYTES                       = 6
  203.    FORMAT                      = "A6"
  204.    DESCRIPTION                 = "Image Identifiers of the images that make up
  205.     the image file. This list specifies the VIKING EDR picture numbers that 
  206.     were used to create the image file."
  207.   END_OBJECT                   = COLUMN
  208.  
  209. END_OBJECT                     = TABLE
  210. END
  211.